This method converts the given text into a filename-safe version, replacing the illegal filename characters with _ (underscore).
Runtime
Function(Name)
For Each Document in App.ActiveTab.FetchAll Document.Export SafeFilename(Document.Name) Next
Macro Object Model